home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue41 / Diagram / CaptionEditForm.dfm / CaptionEditForm.txt
Encoding:
Text File  |  1998-11-06  |  1.3 KB  |  71 lines

  1. object CaptionEditDlg: TCaptionEditDlg
  2.   Left = 236
  3.   Top = 133
  4.   Width = 345
  5.   Height = 178
  6.   Caption = 'Caption Editor'
  7.   Color = clSilver
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 19
  19.     Width = 60
  20.     Height = 13
  21.     Caption = 'New caption'
  22.   end
  23.   object OkBtn: TButton
  24.     Left = 164
  25.     Top = 116
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Ok'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 2
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 244
  35.     Top = 116
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 3
  42.   end
  43.   object CaptionEdit: TMemo
  44.     Left = 92
  45.     Top = 16
  46.     Width = 225
  47.     Height = 89
  48.     TabOrder = 0
  49.   end
  50.   object FontBtn: TButton
  51.     Left = 16
  52.     Top = 116
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Font...'
  56.     TabOrder = 1
  57.     OnClick = FontBtnClick
  58.   end
  59.   object FontDialog1: TFontDialog
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     MinFontSize = 0
  66.     MaxFontSize = 0
  67.     Left = 104
  68.     Top = 116
  69.   end
  70. end
  71.